home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMESSAGETICKER / TMESSAGETICKER.txt
Encoding:
Text File  |  2004-10-12  |  3.8 KB  |  172 lines

  1. object MessageTicker: TMessageTicker
  2.   Left = 554
  3.   Top = 615
  4.   AlphaBlend = True
  5.   AlphaBlendValue = 192
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'Message Ticker'
  9.   ClientHeight = 46
  10.   ClientWidth = 281
  11.   Color = clBlack
  12.   DefaultMonitor = dmDesktop
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clBlack
  15.   Font.Height = -8
  16.   Font.Name = 'Small Fonts'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = True
  20.   PopupMenu = PopupMenu1
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnHide = FormHide
  24.   OnResize = FormResize
  25.   PixelsPerInch = 96
  26.   TextHeight = 10
  27.   object bImage: TDrawPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 281
  31.     Height = 46
  32.     Align = alClient
  33.     BevelOuter = bvNone
  34.     Color = clHighlight
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -8
  38.     Font.Name = 'Lucida Sans Unicode'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     OnDblClick = bImageDblClick
  43.     OnMouseDown = bImageMouseDown
  44.     OnMouseMove = bImageMouseMove
  45.     OnMouseUp = bImageMouseUp
  46.     OnResize = bImageResize
  47.     OnRepaint = bImageRepaint
  48.   end
  49.   object PopupMenu1: TPopupMenu
  50.     OnPopup = PopupMenu1Popup
  51.     Left = 202
  52.     Top = 18
  53.     object mHide: TMenuItem
  54.       Caption = '&Hide'
  55.       Default = True
  56.       OnClick = mHideClick
  57.     end
  58.     object N4: TMenuItem
  59.       Caption = '-'
  60.     end
  61.     object mOnTop: TMenuItem
  62.       Caption = '&Always on top'
  63.       Checked = True
  64.       OnClick = mOnTopClick
  65.     end
  66.     object mZoom: TMenuItem
  67.       Caption = 'Auto-&Zoom'
  68.       Checked = True
  69.       OnClick = mZoomClick
  70.     end
  71.     object mShort: TMenuItem
  72.       Caption = '&Thin view'
  73.       Checked = True
  74.       OnClick = mShortClick
  75.     end
  76.     object mFolders: TMenuItem
  77.       Caption = 'F&olders...'
  78.       OnClick = mFoldersClick
  79.     end
  80.     object Messages1: TMenuItem
  81.       Caption = '&Messages'
  82.       GroupIndex = 11
  83.       object mNormal: TMenuItem
  84.         Caption = '&Normal priority'
  85.         Checked = True
  86.         OnClick = mNormalClick
  87.       end
  88.       object mHigh: TMenuItem
  89.         Caption = '&High priority'
  90.         Checked = True
  91.         OnClick = mNormalClick
  92.       end
  93.       object mLow: TMenuItem
  94.         Caption = '&Low priority'
  95.         Checked = True
  96.         OnClick = mNormalClick
  97.       end
  98.       object N3: TMenuItem
  99.         Caption = '-'
  100.       end
  101.       object mAgeLimits: TMenuItem
  102.         Caption = '&Age Limits...'
  103.         OnClick = mAgeLimitsClick
  104.       end
  105.       object mmHideAll: TMenuItem
  106.         Caption = 'Hide &all'
  107.         Visible = False
  108.         OnClick = mmHideAllClick
  109.       end
  110.       object mmShowHidden: TMenuItem
  111.         Caption = '&Show hidden'
  112.         Enabled = False
  113.         Visible = False
  114.         OnClick = mmShowHiddenClick
  115.       end
  116.     end
  117.     object N1: TMenuItem
  118.       Caption = '-'
  119.       GroupIndex = 11
  120.     end
  121.     object msFaster: TMenuItem
  122.       Tag = -1
  123.       Caption = '&Faster'
  124.       GroupIndex = 11
  125.       RadioItem = True
  126.       OnClick = msFasterClick
  127.     end
  128.     object msNormal: TMenuItem
  129.       Caption = '&Normal'
  130.       Checked = True
  131.       GroupIndex = 11
  132.       RadioItem = True
  133.       OnClick = msFasterClick
  134.     end
  135.     object msSlower: TMenuItem
  136.       Tag = 1
  137.       Caption = '&Slower'
  138.       GroupIndex = 11
  139.       RadioItem = True
  140.       OnClick = msFasterClick
  141.     end
  142.     object N2: TMenuItem
  143.       Caption = '-'
  144.       GroupIndex = 11
  145.     end
  146.     object mFont: TMenuItem
  147.       Caption = 'Font...'
  148.       GroupIndex = 11
  149.       OnClick = mFontClick
  150.     end
  151.     object N5: TMenuItem
  152.       Caption = '-'
  153.       GroupIndex = 11
  154.     end
  155.     object mProperties: TMenuItem
  156.       Caption = 'Properties'
  157.       GroupIndex = 11
  158.       OnClick = mPropertiesClick
  159.     end
  160.   end
  161.   object FontDialog1: TFontDialog
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clBlack
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     Options = []
  168.     Left = 144
  169.     Top = 16
  170.   end
  171. end
  172.